home *** CD-ROM | disk | FTP | other *** search
- //------------------------------------------------------------------------------
- //
- // ADOBE SYSTEMS INCORPORATED
- // Copyright 2000-2001 Adobe Systems Incorporated
- // All Rights Reserved
- //
- // NOTICE: Adobe permits you to use, modify, and distribute
- // this file in accordance with the terms of the Adobe license
- // agreement accompanying it. If you have received this file
- // from a source other than Adobe, then your use, modification,
- // or distribution of it requires the prior written permission
- // of Adobe.
- //
- //------------------------------------------------------------------------------
-
- function A_localize(text, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)
- {
- return localize(module.localize(text), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
- }
-
- function A_includeSRC(jsFileName)
- {
- }